func github.com/klauspost/compress/flate.load3232
35 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L60: func load3232(b []byte, i int32) uint32 {
level1.go#L93: if offset < maxMatchOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level1.go#L107: if offset < maxMatchOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level1.go#L225: if offset > maxMatchOffset || uint32(x) != load3232(src, candidate.offset-e.cur) {
level2.go#L91: if offset < maxMatchOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level2.go#L105: if offset < maxMatchOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level2.go#L197: if offset > maxMatchOffset || uint32(x>>16) != load3232(src, candidate.offset-e.cur) {
level3.go#L100: if uint32(cv) == load3232(src, candidate.offset-e.cur) {
level3.go#L101: if candidates.Prev.offset < minOffset || uint32(cv) != load3232(src, candidates.Prev.offset-e.cur) {
level3.go#L116: if candidate.offset > minOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level3.go#L216: if uint32(cv) == load3232(src, candidate.offset-e.cur) {
level3.go#L221: if candidate.offset > minOffset && uint32(cv) == load3232(src, candidate.offset-e.cur) {
level4.go#L101: if s-t < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.offset-e.cur) {
level4.go#L107: if s-t < maxMatchOffset && uint32(cv) == load3232(src, sCandidate.offset-e.cur) {
level4.go#L113: if lOff < maxMatchOffset && load3232(src, lCandidate.offset-e.cur) == uint32(next) {
level5.go#L114: if uint32(cv) == load3232(src, lCandidate.Cur.offset-e.cur) {
level5.go#L121: if s-t2 < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level5.go#L133: if s-t < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level5.go#L143: if s-t < maxMatchOffset && uint32(cv) == load3232(src, sCandidate.offset-e.cur) {
level5.go#L156: if load3232(src, lCandidate.Cur.offset-e.cur) == uint32(next) {
level5.go#L167: if nextS-t2 < maxMatchOffset && load3232(src, lCandidate.Prev.offset-e.cur) == uint32(next) {
level5.go#L426: if uint32(cv) == load3232(src, lCandidate.Cur.offset-e.cur) {
level5.go#L433: if s-t2 < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level5.go#L445: if s-t < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level5.go#L455: if s-t < maxMatchOffset && uint32(cv) == load3232(src, sCandidate.offset-e.cur) {
level5.go#L468: if load3232(src, lCandidate.Cur.offset-e.cur) == uint32(next) {
level5.go#L479: if nextS-t2 < maxMatchOffset && load3232(src, lCandidate.Prev.offset-e.cur) == uint32(next) {
level6.go#L116: if uint32(cv) == load3232(src, lCandidate.Cur.offset-e.cur) {
level6.go#L126: if s-t2 < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level6.go#L139: if s-t < maxMatchOffset && uint32(cv) == load3232(src, lCandidate.Prev.offset-e.cur) {
level6.go#L149: if s-t < maxMatchOffset && uint32(cv) == load3232(src, sCandidate.offset-e.cur) {
level6.go#L164: if load3232(src, t2) == uint32(cv>>(8*repOff)) {
level6.go#L178: if load3232(src, lCandidate.Cur.offset-e.cur) == uint32(next) {
level6.go#L189: if nextS-t2 < maxMatchOffset && load3232(src, lCandidate.Prev.offset-e.cur) == uint32(next) {
stateless.go#L191: cv := load3232(src, 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |